home *** CD-ROM | disk | FTP | other *** search
/ CD Pro / CD Pro.iso / Lan / Intel558 / INFO / MS / MSLANMGR.TXT < prev    next >
Text File  |  1997-07-16  |  6KB  |  150 lines

  1.    6 LAN Manager Workstation/Server
  2.                                                                     v1.06
  3.  
  4.  
  5. LAN Manager* 2.2 Workstation/Server installation notes for Intel's
  6. EtherExpress(TM) PRO/100+ PCI LAN Adapter
  7. ==================================================================
  8.  
  9. Location of Driver: \NDIS\MSLANMAN.BAT
  10.  
  11.  
  12. MSLANMAN.BAT will create the following directory structure on a local
  13. hard drive:
  14.    
  15.    \MSLANMAN.DOS\DRIVERS\ETHERNET\E100B\E100B.DOS (DOS NDIS driver)
  16.    \MSLANMAN.DOS\DRIVERS\ETHERNET\E100B\PROTOCOL.INI
  17.    \MSLANMAN.DOS\DRIVERS\NIF\E100B.NIF
  18.    
  19.    \MSLANMAN.OS2\DRIVERS\ETHERNET\E100B\E100B.OS2 (OS/2 NDIS driver)
  20.    \MSLANMAN.OS2\DRIVERS\ETHERNET\E100B\PROTOCOL.INI
  21.    \MSLANMAN.OS2\DRIVERS\NIF\E100B.NIF
  22.  
  23.  
  24. Sample Configuration Files
  25. --------------------------
  26.  
  27. CONFIG.SYS (for DOS) will include these lines:
  28.    
  29.    DEVICE=C:\LANMAN\PROTMAN.DOS /I:C:\LANMAN
  30.    DEVICE=C:\LANMAN\E100B.DOS
  31.  
  32. CONFIG.SYS (for OS/2) will include these lines:
  33.    
  34.    DEVICE=C:\LANMAN\PROTMAN /I:C:\LANMAN
  35.    DEVICE=C:\LANMAN\E100B.OS2
  36.  
  37. PROTOCOL.INI will contain these lines:
  38.    
  39.    [E100B_NIF]
  40.    ; PROTOCOL.INI section for Intel EtherExpress(TM) PRO/100+ adapters
  41.    
  42.    DRIVERNAME = E100B$
  43.  
  44.  
  45. General Installation
  46. --------------------
  47.  
  48. 1  Create the directory structure needed for the LAN Manager installation
  49.    by running the batch file MSLANMAN.BAT.  It will create the
  50.    directories at the root of the specified drive and copy the necessary
  51.    files.
  52.  
  53. 2  Run the appropriate Microsoft LAN Manager setup for the computer you
  54.    are setting up (DOS, OS/2 or OS/2 Server). When prompted for the LAN
  55.    adapter driver, select "Other Driver" (the EtherExpress PRO/100+
  56.    driver isn't included on the LAN Manager disk) and specify the drive
  57.    from step 1. Select the EtherExpress PRO/100+ driver and follow the
  58.    directions.
  59.  
  60. 3  If you are using DOS, copy the EMM386.EXE from your DOS directory to the
  61.    \MSLANMAN.DOS\DRIVERS\DOSUTILS directory.
  62.  
  63. 4  When completed, reboot your computer in order for changes to take
  64.    effect.
  65.  
  66.  
  67. Hints and Tips
  68. --------------
  69.  
  70. 1  Parameters for the PROTOCOL.INI file:
  71.    
  72.    DRIVERNAME: (required) If you have a single adapter, use the syntax in
  73.       the Sample Configuration file section.  If you are installing
  74.       multiple adapters, each adapter must have a unique driver name.
  75.       Additional instances of the driver would be referenced by
  76.       DRIVERNAME=E100Bx$, where "x" is a unique number 2 through 9.
  77.    
  78.    SPEED: (optional; parameters are [Auto / 10 / 100]) The parameter
  79.       disables Auto-Speed Detect and causes the adapter to function at
  80.       the speed indicated. If the FORCEDUPLEX parameter is assigned to
  81.       either 1 or 2, the SPEED parameter is required because auto-speed
  82.       sensing is disabled if the duplex mode is forced. Auto-negotiate
  83.       devices cannot detect speed changes in this configuration until the
  84.       driver is reloaded.[Example: SPEED=100]
  85.    
  86.    FORCEDUPLEX: Full duplex and auto-negotiate capabilities vary between
  87.       the PRO/100 TX and the PRO/100 T4 adapters.
  88.  
  89.          EtherExpress PRO/100+ TX adapter: Supports auto-negotiate, full
  90.          and half duplex at 10 or 100 Mbps.
  91.  
  92.          EtherExpress PRO/100B T4 adapter: Supports full and half duplex
  93.          at 10 Mbps; supports only half duplex at 100 Mbps.  Auto-
  94.          negotiate is not a valid option at either speed.
  95.    
  96.       This parameter disables Auto-Negotiate capability and forces the
  97.       adapter to operate in Half or Full Duplex mode. The SPEED parameter
  98.       must be specified and must be valid if the default of Auto-
  99.       negotiate is changed. Options for FORCEDUPLEX are Auto (for auto-
  100.       negotiate), 1 (for half), 2 (for full). [Example: FORCEDUPLEX = 2]
  101.    
  102.    SLOT: (required for multiple adapters) This parameter is optional if
  103.       only one adapter is present.  If it is specified but is incorrect,
  104.       a message indicates that the value doesn't match the configuration
  105.       but the driver finds the adapter and loads anyway.
  106.    
  107.       This parameter is required if more than one adapter is present in
  108.       either one bus or multiple PCI buses of a system. The parameter
  109.       tells the driver which adapter it controls. The SLOT number is the
  110.       encoded value of the PCI adapter's device location. To determine
  111.       the slot number, load the driver with only the DRIVERNAME parameter
  112.       specified.  The driver reports all the slots that have PCI
  113.       adapter(s) installed. You can determine which card is in which slot
  114.       by using SETUP.EXE and matching the Ethernet addresses of the
  115.       adapter to the device number specified in View Configuration.
  116.    
  117.       [Example: SLOT=0x1C]
  118.    
  119.    NODE: (optional) This value sets the adapter's Individual Address,
  120.       overriding the value read from the adapter EEprom. The address must
  121.       consist of 12 hexadecimal digits, enclosed in double quotes.  The
  122.       value can not be all zeros. The value can not have the Multicast
  123.       bit set. So, use only the hexadecimal digits 2, 6, A, or E as the
  124.       second digit of the twelve required in the NODE ADDRESS parameter.
  125.       Use any hexadecimal digits in all other positions.
  126.    
  127.       [Example: NODE = "02AA00123456"]
  128.  
  129. 2  Sample PROTOCOL.INI for LAN Manager:
  130.    
  131.    [PROTMAN]
  132.    DRIVERNAME = PROTMAN$
  133.    DYNAMIC = YES
  134.    PRIORITY = NETBEUI
  135.    
  136.    [NETBEUI_XIF]
  137.    Drivername = netbeui$
  138.    SESSIONS = 6
  139.    NCBS = 12
  140.    BINDINGS = "E100B_NIF"
  141.    LANABASE = 0
  142.    
  143.    [E100B_NIF]
  144.    ; PROTOCOL.INI section for the Intel EtherExpress PRO/100+ adapter
  145.    DRIVERNAME = E100B$
  146.    
  147.    
  148.  
  149. *  Third-party trademarks are the property of their respective owners.
  150.